Skip to content
This repository has been archived by the owner. It is now read-only.

docs(stats): Fix halyard command to enable/disable telemetry #2186

Merged
merged 1 commit into from Jun 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -44,14 +44,14 @@ The above payload is sent to `https://stats.spinnaker.io/log` upon the completio
For release 1.18.x, telemetry is opt-in, as we test and scale the system and fine-tune the dashboards. Spinnaker administrators can help by turning **on** data collection by executing

```
hal config telemetry enable
hal config stats enable
```
and redeploying.

As of 1.19.0+, telemetry will be enabled by default. Spinnaker administrators can turn **off** data collection by executing

```
hal config telemetry disable
hal config stats disable
```
and redeploying.